Tests: fix shellcheck warning
[lttng-tools.git] / tests / regression / tools / base-path / load-stream-extra-path.lttng
1 <?xml version="1.0" encoding="UTF-8"?>
2 <sessions>
3 <session>
4 <name>load-stream-extra-path</name>
5 <domains>
6 <domain>
7 <type>UST</type>
8 <buffer_type>PER_UID</buffer_type>
9 <channels>
10 <channel>
11 <name>channel0</name>
12 <enabled>true</enabled>
13 <overwrite_mode>DISCARD</overwrite_mode>
14 <subbuffer_size>524288</subbuffer_size>
15 <subbuffer_count>4</subbuffer_count>
16 <switch_timer_interval>0</switch_timer_interval>
17 <read_timer_interval>0</read_timer_interval>
18 <output_type>MMAP</output_type>
19 <blocking_timeout>0</blocking_timeout>
20 <monitor_timer_interval>1000000</monitor_timer_interval>
21 <tracefile_size>0</tracefile_size>
22 <tracefile_count>0</tracefile_count>
23 <live_timer_interval>0</live_timer_interval>
24 <events>
25 <event>
26 <name>tp:tptest</name>
27 <enabled>true</enabled>
28 <type>TRACEPOINT</type>
29 <loglevel_type>ALL</loglevel_type>
30 </event>
31 </events>
32 <contexts/>
33 </channel>
34 </channels>
35 <trackers/>
36 </domain>
37 <domain>
38 <type>JUL</type>
39 <buffer_type>PER_UID</buffer_type>
40 <channels/>
41 </domain>
42 <domain>
43 <type>LOG4J</type>
44 <buffer_type>PER_UID</buffer_type>
45 <channels/>
46 </domain>
47 <domain>
48 <type>PYTHON</type>
49 <buffer_type>PER_UID</buffer_type>
50 <channels/>
51 </domain>
52 </domains>
53 <started>false</started>
54 <output>
55 <consumer_output>
56 <enabled>true</enabled>
57 <destination>
58 <net_output>
59 <control_uri>tcp4://127.0.0.1:5342/my/custom/path5</control_uri>
60 <data_uri>tcp4://127.0.0.1:5343/</data_uri>
61 </net_output>
62 </destination>
63 </consumer_output>
64 </output>
65 </session>
66 </sessions>
This page took 0.030702 seconds and 4 git commands to generate.